home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Computer Graphics & Animation / Chip-Special-Computergrafik.bin / programs / povray / povsrc.sea / POVSRC / SOURCE / POV.π.rsrc.rsrc / TEXT_442_ tiles.txt < prev    next >
Text File  |  1994-02-04  |  231b  |  15 lines

  1. // texture attribute
  2. // create a tiled texture, alternates between 2 textures
  3. tiles
  4. {
  5.   texture // texture of tile #1
  6.   {
  7.     pigment { agate }
  8.   }
  9.   tile2
  10.   texture // texture of tile #2
  11.   {
  12.     pigment { granite }
  13.   }
  14. } // tiles
  15.